runtime.writeHeapBits.write (method)
16 uses
runtime (current package)
arena.go#L556: h = h.write(b, 1)
arena.go#L573: h = h.write(readUintptr(addb(p, i/8)), k)
mbitmap.go#L745: h = h.write(^uintptr(0), ptrBits)
mbitmap.go#L795: func (h writeHeapBits) write(bits, valid uintptr) writeHeapBits {
mbitmap.go#L839: h = h.write(0, ptrBits)
mbitmap.go#L842: return h.write(0, words)
mbitmap.go#L985: h = h.write(uintptr(*p), 8)
mbitmap.go#L989: h = h.write(uintptr(*p), j)
mbitmap.go#L1030: h = h.write(m, ptrs)
mbitmap.go#L1034: h = h.write(readUintptr(p), ptrBits)
mbitmap.go#L1042: h = h.write(m, ptrs)
mbitmap.go#L1052: h = h.write(m, words)
mbitmap.go#L1063: h = h.write(m, words)
mbitmap.go#L1066: h = h.write(m, ptrs)
mbitmap.go#L1072: h = h.write(readUintptr(p), ptrBits)
mbitmap.go#L1077: h = h.write(m, j)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |